ci(mythos-auto): register provenance.rs as Tier-5#197
Merged
Conversation
v0.14.0's component-provenance section emitter (meld-core/src/provenance.rs) shipped but wasn't in the Mythos auto-scan registry. Future changes to the section format, the origin-tuple plumbing, or the fused_func_idx arithmetic now get the AI-driven delta-pass scan on PR. Split from PR #196 (LS-R-11 layer-2) because anthropics/claude-code-action requires this workflow file to be byte-identical to main for PR runs — a workflow self-reference breaks the action's auth flow. This PR touches no Tier-5 source, so its own scan is a no-op and the identity check passes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
LS-N verification gate
Approved Failed LS entries(none) Missing regression tests
Updated automatically by |
avrabe
added a commit
that referenced
this pull request
May 28, 2026
LS-R-11 layer-2 per-edge precise stream type-mismatch (#196) — promotes the v0.13.0 heuristic to a per-edge precise check via export-side type-graph resolution through component_func_defs. Plus provenance.rs registered as Tier-5 in the Mythos auto-scan registry (#197). Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds `meld-core/src/provenance.rs` to the Tier-5 pattern list in `mythos-auto.yml`. v0.14.0's component-provenance section emitter shipped but wasn't in the Mythos auto-scan registry; future changes to the section format / origin-tuple plumbing / fused_func_idx arithmetic now get the AI-driven delta-pass scan on PR.
Split from #196 (LS-R-11 layer-2) because `anthropics/claude-code-action` requires this workflow file to be byte-identical to main for PR runs — a workflow self-reference breaks the action's auth flow. This PR touches no Tier-5 source, so its own Mythos scan is a no-op and the identity check passes once merged.
Test plan
🤖 Generated with Claude Code